Introduction to Web Development using HTML 5
By: Kris Jamsa, Ph.D.

Chapter 30: HTML 5 Forms Processing

This chapter examines the new form-based features of HTML 5. By the time you finish this chapter, you will understand the following key concepts:

● What the three form elements are
● How to use the HTML 5 <datalist> tag to specify a list of words form fields to assist with autocompletion
● How to use the HTML 5 <keygen> tag to generate a private and public encryption key pair
● How to use the HTML 5 <output> tag to integrate the result of a calculation into a form’s display
● How to use the HTML 5 form attribute values
● What the HTML 5 input values are

Chapter PowerPoint Presentation


StatesDataList.html
OutputDemo.html
FormTarget.html
InputSize.html
UsePlaceholder.html